func net.parseNetwork
6 uses
net (current package)
dial.go#L248: func parseNetwork(ctx context.Context, network string, needsProto bool) (afnet string, proto int, err error) {
dial.go#L284: afnet, _, err := parseNetwork(ctx, network, true)
iprawsock.go#L81: afnet, _, err := parseNetwork(context.Background(), network, false)
iprawsock_posix.go#L116: network, proto, err := parseNetwork(ctx, sd.network, true)
iprawsock_posix.go#L139: network, proto, err := parseNetwork(ctx, sl.network, true)
lookup.go#L228: afnet, _, err := parseNetwork(ctx, network, false)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |